home *** CD-ROM | disk | FTP | other *** search
/ Kodak Picture CD: 357069 / Kodak Picture CD 357069.iso / startmac.dmg / Uninstall Software.app / Contents / Frameworks / Configure.framework / Versions / A / Headers / ESConfigurationUtility.h < prev   
C/C++ Source or Header  |  2004-09-23  |  588b  |  25 lines

  1. //
  2. //  ESConfigurationUtility.h
  3. //  Configure
  4. //
  5. //  Created by Stan Pulchtopek on Fri Feb 15 2002.
  6. //  Copyright (c) 2002 Eastman Kodak Company. All rights reserved.
  7. //
  8.  
  9. #import <Foundation/Foundation.h>
  10.  
  11. extern NSString *ESConfigFrameworkBundleIdentifier;
  12.  
  13. @interface ESConfigurationUtility : NSObject {
  14.  
  15. }
  16. + (NSString *) easyShareApplicationPath;
  17. + (NSString *) imageCaptureApplicationPath;
  18. + (NSString *) iPhotoApplicationPath;
  19. + (NSString *) applicationsDirectoryPath;
  20. + (NSString *) usersDirectoryPath;
  21. + (NSString *) easyShareSoftwareLabel;
  22. + (NSString *) iPhotoLibraryPath;
  23.  
  24. @end
  25.